tests: add test for commits sign/verification
authorDenis Pynkin <denis.pynkin@collabora.com>
Thu, 1 Aug 2019 23:20:33 +0000 (02:20 +0300)
committerDenis Pynkin <denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:54 +0000 (15:23 +0300)
commit9e8f0f4ca0350cd43c202fe25b99900450e53406
treefe002a3ca7b327045ef9679b665e7dc1616e6c6f
parentc09df184544ccd1921855abd072dcf186712376f
tests: add test for commits sign/verification

Add tests checking:
- sign mechanism is in working state
- module 'dummy' is able to sign/verify commit
- module 'ed25519' is able to sign/verify commit
- both modules could be used for the same commit
- 'ostree sign' builtin works with commits
- 'ostree commit' builtin able to sign commits

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Makefile-tests.am
tests/libtest.sh
tests/test-signed-commit.sh [new file with mode: 0755]